* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2013 04:25:33 +0000 (21:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2013 04:25:33 +0000 (21:25 -0700)
commitb25ad29450122a7c76948640bdc489db4f941a27
tree6f450e63d16bd3be6cbac9ed3bc49f39e7e72c0d
parent16c6a0f93debf4e184657d2b892eec2ba5df55f6
* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.

All uses of 'size_t' and 'SIZE_MAX' changed to use them, when
they're talking about words in Lisp bool vectors.
(BITS_PER_BITS_WORD): Rename from BITS_PER_SIZE_T.  All uses changed.
src/ChangeLog
src/alloc.c
src/data.c
src/lisp.h